home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / winsweep.zip / WINSWEEP.HLP < prev    next >
Text File  |  1991-06-05  |  2KB  |  44 lines

  1. msg$=msg$+"HELP FOR WINSWEEP"+chr(13)+chr(10)
  2. msg$=msg$+""+chr(13)+chr(10)
  3. msg$=msg$+"WinSweep is a tool for browsing among your files. "+chr(13)+chr(10)
  4. msg$=msg$+""+chr(13)+chr(10)
  5. msg$=msg$+"Command buttons"+chr(13)+chr(10)
  6. msg$=msg$+"------------------------------------------------------------------------------"+chr(13)+chr(10)
  7. msg$=msg$+"Save"+chr(13)+chr(10)
  8. msg$=msg$+""+chr(13)+chr(10)
  9. msg$=msg$+"Save the current file. This command saves the text buffer into"+chr(13)+chr(10)
  10. msg$=msg$+"the current file. A .bak file is created with the original file contents."+chr(13)+chr(10)
  11. msg$=msg$+"Save won┤t work if the file has been truncated during read."+chr(13)+chr(10)
  12. msg$=msg$+"Do not use this command on executable files."+chr(13)+chr(10)
  13. msg$=msg$+""+chr(13)+chr(10)
  14. msg$=msg$+"Delete"+chr(13)+chr(10)
  15. msg$=msg$+""+chr(13)+chr(10)
  16. msg$=msg$+"Delete the current file selected in the file selection window."+chr(13)+chr(10)
  17. msg$=msg$+""+chr(13)+chr(10)
  18. msg$=msg$+"Copy"+chr(13)+chr(10)
  19. msg$=msg$+""+chr(13)+chr(10)
  20. msg$=msg$+"Copy the current file to a new filename. Full DOS path is supported."+chr(13)+chr(10)
  21. msg$=msg$+""+chr(13)+chr(10)
  22. msg$=msg$+"Run"+chr(13)+chr(10)
  23. msg$=msg$+""+chr(13)+chr(10)
  24. msg$=msg$+"If the current file is executable the run command launches it."+chr(13)+chr(10)
  25. msg$=msg$+""+chr(13)+chr(10)
  26. msg$=msg$+"Quit"+chr(13)+chr(10)
  27. msg$=msg$+""+chr(13)+chr(10)
  28. msg$=msg$+"Terminate WinSweep."+chr(13)+chr(10)
  29. msg$=msg$+""+chr(13)+chr(10)
  30. msg$=msg$+"? "+chr(13)+chr(10)
  31. msg$=msg$+""+chr(13)+chr(10)
  32. msg$=msg$+"Show the help window with this text."+chr(13)+chr(10)
  33. msg$=msg$+""+chr(13)+chr(10)
  34. msg$=msg$+"SHORTCUTS"+chr(13)+chr(10)
  35. msg$=msg$+""+chr(13)+chr(10)
  36. msg$=msg$+"Pressing the alt key together with one of the following keys"+chr(13)+chr(10)
  37. msg$=msg$+"will activate the named command."+chr(13)+chr(10)
  38. msg$=msg$+""+chr(13)+chr(10)
  39. msg$=msg$+"alt-S - Save command"+chr(13)+chr(10)
  40. msg$=msg$+"alt-D - Delete command"+chr(13)+chr(10)
  41. msg$=msg$+"alt-C - Copy command"+chr(13)+chr(10)
  42. msg$=msg$+"alt-R - Run command"+chr(13)+chr(10)
  43. msg$=msg$+"alt-Q - Quit command"+chr(13)+chr(10)
  44. msg$=msg$+"alt-? - Help command